home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
teletub.swf
/
scripts
/
DefineButton2_138
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2001-11-21
|
576b
|
19 lines
on(press){
tellTarget("../Actions_Weapons")
{
gotoAndStop("FireWeapon");
play();
}
if(eval("/:Weapon") == "1")
{
duplicateMovieClip("../SunLeafHit","SunLeafs" add eval("/:Index"),eval("/:Index") + 16384);
setProperty("../SunLeafs" add eval("/:Index"), _X, getProperty("../Cursor", _X));
setProperty("../SunLeafs" add eval("/:Index"), _Y, getProperty("../Cursor", _Y));
tellTarget("../SunLeafs" add eval("/:Index"))
{
gotoAndPlay(2);
}
set("/:Index",eval("/:Index") + "1");
}
}